home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / LINUX / MMAN.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  121b  |  9 lines

  1. #ifndef _LINUX_MMAN_H
  2. #define _LINUX_MMAN_H
  3.  
  4. #include <asm/mman.h>
  5.  
  6. #define MREMAP_MAYMOVE    1
  7.  
  8. #endif /* _LINUX_MMAN_H */
  9.